home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global ghtmlnormfont, ghtmlheadfont, ghtmlttfont, ghtmlfontsize, ghtmllinkred, ghtmllinkgreen, ghtmllinkblue, ghtmlsmoothness, ghtmlmargin
- set ghtmlnormfont to the text of field "normfont"
- set ghtmlttfont to the text of field "ttfont"
- set ghtmlheadfont to the text of field "headfont"
- set ghtmlfontsize to value(the text of field "fontsize")
- set ghtmllinkred to value(the text of field "red")
- set ghtmllinkgreen to value(the text of field "green")
- set ghtmllinkblue to value(the text of field "blue")
- set ghtmlsmoothness to value(the text of field "smooth")
- set ghtmlmargin to value(the text of field "margin")
- htmlsetdefaults("html")
- htmlredraw("html")
- end
-